Html Css Color HEX #F0942D Carrot Orange

📋 copy color: '#F0942D'

red 240 ◦ green 148 ◦ blue 45

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

Shades of Carrot Orange #F0942D

Tints of Carrot Orange #F0942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.39%

R = 55.43%
G = 34.18%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0942D (or 0xF0942D) is known color: Carrot Orange. HEX triplet: F0, 94 and 2D. RGB value is (240,148,45). Sum of RGB (Red+Green+Blue) = 240+148+45=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0942D is #0F6BD2. Grayscale: #A4A4A4. Windows color (decimal): -1010643 or 2987248. OLE color: 2987248.

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

Color convert

RGB 240 148 45 -
CMYK 0 0.38 0.81 0.06
HSL 31.69º 0.87% 0.56% -
HSV(B) 31.69º 0.81% 0.94% -
XYZ 47 39.89 7.71 -
YUV 163.77 60.98 182.38 -
System Red Green Blue C M Y K H S L
Decimal 240 148 45 0 0.38 0.81 0.06 31.69 0.87 0.56
Hex F0 94 2D 0 26 51 6 20 57 38
Octal 360 224 55 0 46 121 6 40 127 70
Binary 11110000 10010100 101101 0 100110 1010001 110 100000 1010111 111000

Color Harmonies of #F0942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0942D

Black with #F0942D

Text Example


Text Example

White with #F0942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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