Html Css Color HEX #F29413 Carrot Orange

📋 copy color: '#F29413'

red 242 ◦ green 148 ◦ blue 19

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

Shades of Carrot Orange #F29413

Tints of Carrot Orange #F29413

RGB

 RED value IS 242 (94.92% from 255) = 59.17%

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 19 (7.81% from 255) = 4.65%

R = 59.17%
G = 36.19%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F29413 (or 0xF29413) is known color: Carrot Orange. HEX triplet: F2, 94 and 13. RGB value is (242,148,19). Sum of RGB (Red+Green+Blue) = 242+148+19=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F29413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29413 is #0D6BEC. Grayscale: #A2A2A2. Windows color (decimal): -879597 or 1283314. OLE color: 1283314.

HSL color Cylindrical-coordinate representation of color #F29413: hue angle of 34.71º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F29413 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 148 19 -
CMYK 0 0.39 0.92 0.05
HSL 34.71º 0.9% 0.51% -
HSV(B) 34.71º 0.92% 0.95% -
XYZ 47.33 40.1 5.86 -
YUV 161.4 47.64 185.49 -
System Red Green Blue C M Y K H S L
Decimal 242 148 19 0 0.39 0.92 0.05 34.71 0.9 0.51
Hex F2 94 13 0 27 5C 5 23 5A 33
Octal 362 224 23 0 47 134 5 43 132 63
Binary 11110010 10010100 10011 0 100111 1011100 101 100011 1011010 110011

Color Harmonies of #F29413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29413

Black with #F29413

Text Example


Text Example

White with #F29413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29413; }

 p { color: rgb(242,148,19); }

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

background-color css

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

 a { background-color: rgb(242,148,19); }

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

border-color css

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

 span { border-color: rgb(242,148,19); }

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