Html Css Color HEX #F09328 Carrot Orange

📋 copy color: '#F09328'

red 240 ◦ green 147 ◦ blue 40

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

Shades of Carrot Orange #F09328

Tints of Carrot Orange #F09328

RGB

 RED value IS 240 (94.14% from 255) = 56.21%

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

 BLUE value IS 40 (16.02% from 255) = 9.37%

R = 56.21%
G = 34.43%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F09328 (or 0xF09328) is known color: Carrot Orange. HEX triplet: F0, 93 and 28. RGB value is (240,147,40). Sum of RGB (Red+Green+Blue) = 240+147+40=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F09328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09328 is #0F6CD7. Grayscale: #A3A3A3. Windows color (decimal): -1010904 or 2659312. OLE color: 2659312.

HSL color Cylindrical-coordinate representation of color #F09328: hue angle of 32.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F09328 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 147 40 -
CMYK 0 0.39 0.83 0.06
HSL 32.1º 0.87% 0.55% -
HSV(B) 32.1º 0.83% 0.94% -
XYZ 46.75 39.55 7.18 -
YUV 162.61 58.81 183.2 -
System Red Green Blue C M Y K H S L
Decimal 240 147 40 0 0.39 0.83 0.06 32.1 0.87 0.55
Hex F0 93 28 0 27 53 6 20 57 37
Octal 360 223 50 0 47 123 6 40 127 67
Binary 11110000 10010011 101000 0 100111 1010011 110 100000 1010111 110111

Color Harmonies of #F09328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09328

Black with #F09328

Text Example


Text Example

White with #F09328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09328; }

 p { color: rgb(240,147,40); }

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

background-color css

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

 a { background-color: rgb(240,147,40); }

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

border-color css

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

 span { border-color: rgb(240,147,40); }

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