Html Css Color HEX #F0942A Carrot Orange

📋 copy color: '#F0942A'

red 240 ◦ green 148 ◦ blue 42

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

Shades of Carrot Orange #F0942A

Tints of Carrot Orange #F0942A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.42%

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

R = 55.81%
G = 34.42%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0942A (or 0xF0942A) is known color: Carrot Orange. HEX triplet: F0, 94 and 2A. RGB value is (240,148,42). Sum of RGB (Red+Green+Blue) = 240+148+42=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0942A is #0F6BD5. Grayscale: #A3A3A3. Windows color (decimal): -1010646 or 2790640. OLE color: 2790640.

HSL color Cylindrical-coordinate representation of color #F0942A: hue angle of 32.12º 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 #F0942A is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 148 42 -
CMYK 0 0.38 0.82 0.06
HSL 32.12º 0.87% 0.55% -
HSV(B) 32.12º 0.83% 0.94% -
XYZ 46.94 39.87 7.41 -
YUV 163.42 59.48 182.62 -
System Red Green Blue C M Y K H S L
Decimal 240 148 42 0 0.38 0.82 0.06 32.12 0.87 0.55
Hex F0 94 2A 0 26 52 6 20 57 37
Octal 360 224 52 0 46 122 6 40 127 67
Binary 11110000 10010100 101010 0 100110 1010010 110 100000 1010111 110111

Color Harmonies of #F0942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0942A

Black with #F0942A

Text Example


Text Example

White with #F0942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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