Html Css Color HEX #F4A022 Carrot Orange

📋 copy color: '#F4A022'

red 244 ◦ green 160 ◦ blue 34

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

Shades of Carrot Orange #F4A022

Tints of Carrot Orange #F4A022

RGB

 RED value IS 244 (95.7% from 255) = 55.71%

 GREEN value IS 160 (62.89% from 255) = 36.53%

 BLUE value IS 34 (13.67% from 255) = 7.76%

R = 55.71%
G = 36.53%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F4A022 (or 0xF4A022) is known color: Carrot Orange. HEX triplet: F4, A0 and 22. RGB value is (244,160,34). Sum of RGB (Red+Green+Blue) = 244+160+34=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A022 is #0B5FDD. Grayscale: #ABABAB. Windows color (decimal): -745438 or 2269428. OLE color: 2269428.

HSL color Cylindrical-coordinate representation of color #F4A022: hue angle of 36º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4A022 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 160 34 -
CMYK 0 0.34 0.86 0.04
HSL 36º 0.91% 0.55% -
HSV(B) 36º 0.86% 0.96% -
XYZ 50.17 44.49 7.46 -
YUV 170.75 50.83 180.25 -
System Red Green Blue C M Y K H S L
Decimal 244 160 34 0 0.34 0.86 0.04 36 0.91 0.55
Hex F4 A0 22 0 22 56 4 24 5B 37
Octal 364 240 42 0 42 126 4 44 133 67
Binary 11110100 10100000 100010 0 100010 1010110 100 100100 1011011 110111

Color Harmonies of #F4A022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A022

Black with #F4A022

Text Example


Text Example

White with #F4A022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A022; }

 p { color: rgb(244,160,34); }

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

background-color css

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

 a { background-color: rgb(244,160,34); }

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

border-color css

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

 span { border-color: rgb(244,160,34); }

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