Html Css Color HEX #F29D1D Carrot Orange

📋 copy color: '#F29D1D'

red 242 ◦ green 157 ◦ blue 29

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

Shades of Carrot Orange #F29D1D

Tints of Carrot Orange #F29D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.78%

R = 56.54%
G = 36.68%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F29D1D (or 0xF29D1D) is known color: Carrot Orange. HEX triplet: F2, 9D and 1D. RGB value is (242,157,29). Sum of RGB (Red+Green+Blue) = 242+157+29=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29D1D is #0D62E2. Grayscale: #A8A8A8. Windows color (decimal): -877283 or 1940978. OLE color: 1940978.

HSL color Cylindrical-coordinate representation of color #F29D1D: hue angle of 36.06º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F29D1D is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 157 29 -
CMYK 0 0.35 0.88 0.05
HSL 36.06º 0.89% 0.53% -
HSV(B) 36.06º 0.88% 0.95% -
XYZ 48.9 43.08 6.9 -
YUV 167.82 49.66 180.91 -
System Red Green Blue C M Y K H S L
Decimal 242 157 29 0 0.35 0.88 0.05 36.06 0.89 0.53
Hex F2 9D 1D 0 23 58 5 24 59 35
Octal 362 235 35 0 43 130 5 44 131 65
Binary 11110010 10011101 11101 0 100011 1011000 101 100100 1011001 110101

Color Harmonies of #F29D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D1D

Black with #F29D1D

Text Example


Text Example

White with #F29D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D1D; }

 p { color: rgb(242,157,29); }

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

background-color css

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

 a { background-color: rgb(242,157,29); }

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

border-color css

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

 span { border-color: rgb(242,157,29); }

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