Html Css Color HEX #F69A16 Carrot Orange

📋 copy color: '#F69A16'

red 246 ◦ green 154 ◦ blue 22

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

Shades of Carrot Orange #F69A16

Tints of Carrot Orange #F69A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

 BLUE value IS 22 (8.98% from 255) = 5.21%

R = 58.29%
G = 36.49%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F69A16 (or 0xF69A16) is known color: Carrot Orange. HEX triplet: F6, 9A and 16. RGB value is (246,154,22). Sum of RGB (Red+Green+Blue) = 246+154+22=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69A16 is #0965E9. Grayscale: #A7A7A7. Windows color (decimal): -615914 or 1481462. OLE color: 1481462.

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

Color convert

RGB 246 154 22 -
CMYK 0 0.37 0.91 0.04
HSL 35.36º 0.93% 0.53% -
HSV(B) 35.36º 0.91% 0.96% -
XYZ 49.71 42.76 6.39 -
YUV 166.46 46.48 184.73 -
System Red Green Blue C M Y K H S L
Decimal 246 154 22 0 0.37 0.91 0.04 35.36 0.93 0.53
Hex F6 9A 16 0 25 5B 4 23 5D 35
Octal 366 232 26 0 45 133 4 43 135 65
Binary 11110110 10011010 10110 0 100101 1011011 100 100011 1011101 110101

Color Harmonies of #F69A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69A16

Black with #F69A16

Text Example


Text Example

White with #F69A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69A16; }

 p { color: rgb(246,154,22); }

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

background-color css

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

 a { background-color: rgb(246,154,22); }

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

border-color css

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

 span { border-color: rgb(246,154,22); }

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