Html Css Color HEX #F69512 Carrot Orange

📋 copy color: '#F69512'

red 246 ◦ green 149 ◦ blue 18

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

Shades of Carrot Orange #F69512

Tints of Carrot Orange #F69512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

 BLUE value IS 18 (7.42% from 255) = 4.36%

R = 59.56%
G = 36.08%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F69512 (or 0xF69512) is known color: Carrot Orange. HEX triplet: F6, 95 and 12. RGB value is (246,149,18). Sum of RGB (Red+Green+Blue) = 246+149+18=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F69512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69512 is #096AED. Grayscale: #A3A3A3. Windows color (decimal): -617198 or 1218038. OLE color: 1218038.

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

Color convert

RGB 246 149 18 -
CMYK 0 0.39 0.93 0.04
HSL 34.47º 0.93% 0.52% -
HSV(B) 34.47º 0.93% 0.96% -
XYZ 48.86 41.13 5.94 -
YUV 163.07 46.14 187.15 -
System Red Green Blue C M Y K H S L
Decimal 246 149 18 0 0.39 0.93 0.04 34.47 0.93 0.52
Hex F6 95 12 0 27 5D 4 22 5D 34
Octal 366 225 22 0 47 135 4 42 135 64
Binary 11110110 10010101 10010 0 100111 1011101 100 100010 1011101 110100

Color Harmonies of #F69512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69512

Black with #F69512

Text Example


Text Example

White with #F69512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69512; }

 p { color: rgb(246,149,18); }

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

background-color css

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

 a { background-color: rgb(246,149,18); }

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

border-color css

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

 span { border-color: rgb(246,149,18); }

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