Html Css Color HEX #F29326 Carrot Orange

📋 copy color: '#F29326'

red 242 ◦ green 147 ◦ blue 38

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

Shades of Carrot Orange #F29326

Tints of Carrot Orange #F29326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.43%

 BLUE value IS 38 (15.23% from 255) = 8.9%

R = 56.67%
G = 34.43%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F29326 (or 0xF29326) is known color: Carrot Orange. HEX triplet: F2, 93 and 26. RGB value is (242,147,38). Sum of RGB (Red+Green+Blue) = 242+147+38=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F29326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29326 is #0D6CD9. Grayscale: #A3A3A3. Windows color (decimal): -879834 or 2528242. OLE color: 2528242.

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

Color convert

RGB 242 147 38 -
CMYK 0 0.39 0.84 0.05
HSL 32.06º 0.89% 0.55% -
HSV(B) 32.06º 0.84% 0.95% -
XYZ 47.4 39.88 7.03 -
YUV 162.98 57.47 184.36 -
System Red Green Blue C M Y K H S L
Decimal 242 147 38 0 0.39 0.84 0.05 32.06 0.89 0.55
Hex F2 93 26 0 27 54 5 20 59 37
Octal 362 223 46 0 47 124 5 40 131 67
Binary 11110010 10010011 100110 0 100111 1010100 101 100000 1011001 110111

Color Harmonies of #F29326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29326

Black with #F29326

Text Example


Text Example

White with #F29326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29326; }

 p { color: rgb(242,147,38); }

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

background-color css

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

 a { background-color: rgb(242,147,38); }

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

border-color css

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

 span { border-color: rgb(242,147,38); }

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