Html Css Color HEX #F0942B Carrot Orange

📋 copy color: '#F0942B'

red 240 ◦ green 148 ◦ blue 43

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

Shades of Carrot Orange #F0942B

Tints of Carrot Orange #F0942B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.98%

R = 55.68%
G = 34.34%
B = 9.98%

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

#F0942B (or 0xF0942B) is known color: Carrot Orange. HEX triplet: F0, 94 and 2B. RGB value is (240,148,43). Sum of RGB (Red+Green+Blue) = 240+148+43=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0942B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0942B is #0F6BD4. Grayscale: #A4A4A4. Windows color (decimal): -1010645 or 2856176. OLE color: 2856176.

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

Color convert

RGB 240 148 43 -
CMYK 0 0.38 0.82 0.06
HSL 31.98º 0.87% 0.55% -
HSV(B) 31.98º 0.82% 0.94% -
XYZ 46.96 39.88 7.51 -
YUV 163.54 59.98 182.54 -
System Red Green Blue C M Y K H S L
Decimal 240 148 43 0 0.38 0.82 0.06 31.98 0.87 0.55
Hex F0 94 2B 0 26 52 6 20 57 37
Octal 360 224 53 0 46 122 6 40 127 67
Binary 11110000 10010100 101011 0 100110 1010010 110 100000 1010111 110111

Color Harmonies of #F0942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0942B

Black with #F0942B

Text Example


Text Example

White with #F0942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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