Html Css Color HEX #F69D3F Yellow Sea

📋 copy color: '#F69D3F'

red 246 ◦ green 157 ◦ blue 63

#F69D3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Sea #F69D3F

Tints of Yellow Sea #F69D3F

RGB

 RED value IS 246 (96.48% from 255) = 52.79%

 GREEN value IS 157 (61.72% from 255) = 33.69%

 BLUE value IS 63 (25% from 255) = 13.52%

R = 52.79%
G = 33.69%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F69D3F (or 0xF69D3F) is known color: Yellow Sea. HEX triplet: F6, 9D and 3F. RGB value is (246,157,63). Sum of RGB (Red+Green+Blue) = 246+157+63=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69D3F is #0962C0. Grayscale: #ADADAD. Windows color (decimal): -615105 or 4169206. OLE color: 4169206.

HSL color Cylindrical-coordinate representation of color #F69D3F: hue angle of 30.82º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F69D3F is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 157 63 -
CMYK 0 0.36 0.74 0.04
HSL 30.82º 0.91% 0.61% -
HSV(B) 30.82º 0.74% 0.96% -
XYZ 50.96 44.07 10.52 -
YUV 172.9 65.99 180.14 -
System Red Green Blue C M Y K H S L
Decimal 246 157 63 0 0.36 0.74 0.04 30.82 0.91 0.61
Hex F6 9D 3F 0 24 4A 4 1F 5B 3D
Octal 366 235 77 0 44 112 4 37 133 75
Binary 11110110 10011101 111111 0 100100 1001010 100 11111 1011011 111101

Color Harmonies of #F69D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69D3F

Black with #F69D3F

Text Example


Text Example

White with #F69D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69D3F; }

 p { color: rgb(246,157,63); }

 H1.HeaderClassName
 {
   color: #F69D3F;
 }
 .AnyTagClassName
 {
   color: #F69D3F;
 }
</style>

background-color css

<style>
 a { background-color: #F69D3F; }

 a { background-color: rgb(246,157,63); }

 div.DivClassName
 {
   background-color: #F69D3F;
 }
 .BgClassName
 {
   background-color: #F69D3F;
 }
</style>

border-color css

<style>
 span { border-color: #F69D3F; }

 span { border-color: rgb(246,157,63); }

 td.TdClassName
 {
   border-color: #F69D3F;
 }
 .TagClassName
 {
   border-color: #F69D3F;
 }
</style>