Html Css Color HEX #F0962A Carrot Orange

📋 copy color: '#F0962A'

red 240 ◦ green 150 ◦ blue 42

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

Shades of Carrot Orange #F0962A

Tints of Carrot Orange #F0962A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.72%

 BLUE value IS 42 (16.8% from 255) = 9.72%

R = 55.56%
G = 34.72%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0962A (or 0xF0962A) is known color: Carrot Orange. HEX triplet: F0, 96 and 2A. RGB value is (240,150,42). Sum of RGB (Red+Green+Blue) = 240+150+42=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0962A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0962A is #0F69D5. Grayscale: #A5A5A5. Windows color (decimal): -1010134 or 2791152. OLE color: 2791152.

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

Color convert

RGB 240 150 42 -
CMYK 0 0.37 0.82 0.06
HSL 32.73º 0.87% 0.55% -
HSV(B) 32.73º 0.83% 0.94% -
XYZ 47.26 40.51 7.52 -
YUV 164.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 240 150 42 0 0.37 0.82 0.06 32.73 0.87 0.55
Hex F0 96 2A 0 25 52 6 21 57 37
Octal 360 226 52 0 45 122 6 41 127 67
Binary 11110000 10010110 101010 0 100101 1010010 110 100001 1010111 110111

Color Harmonies of #F0962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0962A

Black with #F0962A

Text Example


Text Example

White with #F0962A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0962A; }

 p { color: rgb(240,150,42); }

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

background-color css

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

 a { background-color: rgb(240,150,42); }

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

border-color css

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

 span { border-color: rgb(240,150,42); }

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