Html Css Color HEX #F69B1E Carrot Orange

📋 copy color: '#F69B1E'

red 246 ◦ green 155 ◦ blue 30

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

Shades of Carrot Orange #F69B1E

Tints of Carrot Orange #F69B1E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

 BLUE value IS 30 (12.11% from 255) = 6.96%

R = 57.08%
G = 35.96%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F69B1E (or 0xF69B1E) is known color: Carrot Orange. HEX triplet: F6, 9B and 1E. RGB value is (246,155,30). Sum of RGB (Red+Green+Blue) = 246+155+30=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69B1E is #0964E1. Grayscale: #A8A8A8. Windows color (decimal): -615650 or 2006006. OLE color: 2006006.

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

Color convert

RGB 246 155 30 -
CMYK 0 0.37 0.88 0.04
HSL 34.72º 0.92% 0.54% -
HSV(B) 34.72º 0.88% 0.96% -
XYZ 49.96 43.13 6.92 -
YUV 167.96 50.15 183.66 -
System Red Green Blue C M Y K H S L
Decimal 246 155 30 0 0.37 0.88 0.04 34.72 0.92 0.54
Hex F6 9B 1E 0 25 58 4 23 5C 36
Octal 366 233 36 0 45 130 4 43 134 66
Binary 11110110 10011011 11110 0 100101 1011000 100 100011 1011100 110110

Color Harmonies of #F69B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69B1E

Black with #F69B1E

Text Example


Text Example

White with #F69B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69B1E; }

 p { color: rgb(246,155,30); }

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

background-color css

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

 a { background-color: rgb(246,155,30); }

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

border-color css

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

 span { border-color: rgb(246,155,30); }

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