Html Css Color HEX #F0981D Carrot Orange

📋 copy color: '#F0981D'

red 240 ◦ green 152 ◦ blue 29

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

Shades of Carrot Orange #F0981D

Tints of Carrot Orange #F0981D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.1%

 BLUE value IS 29 (11.72% from 255) = 6.89%

R = 57.01%
G = 36.1%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0981D (or 0xF0981D) is known color: Carrot Orange. HEX triplet: F0, 98 and 1D. RGB value is (240,152,29). Sum of RGB (Red+Green+Blue) = 240+152+29=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0981D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0981D is #0F67E2. Grayscale: #A4A4A4. Windows color (decimal): -1009635 or 1939696. OLE color: 1939696.

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

Color convert

RGB 240 152 29 -
CMYK 0 0.37 0.88 0.06
HSL 34.98º 0.88% 0.53% -
HSV(B) 34.98º 0.88% 0.94% -
XYZ 47.39 41.07 6.59 -
YUV 164.29 51.65 182 -
System Red Green Blue C M Y K H S L
Decimal 240 152 29 0 0.37 0.88 0.06 34.98 0.88 0.53
Hex F0 98 1D 0 25 58 6 23 58 35
Octal 360 230 35 0 45 130 6 43 130 65
Binary 11110000 10011000 11101 0 100101 1011000 110 100011 1011000 110101

Color Harmonies of #F0981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0981D

Black with #F0981D

Text Example


Text Example

White with #F0981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0981D; }

 p { color: rgb(240,152,29); }

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

background-color css

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

 a { background-color: rgb(240,152,29); }

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

border-color css

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

 span { border-color: rgb(240,152,29); }

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