Html Css Color HEX #F0982B Carrot Orange

📋 copy color: '#F0982B'

red 240 ◦ green 152 ◦ blue 43

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

Shades of Carrot Orange #F0982B

Tints of Carrot Orange #F0982B

RGB

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

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

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

R = 55.17%
G = 34.94%
B = 9.89%

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

#F0982B (or 0xF0982B) is known color: Carrot Orange. HEX triplet: F0, 98 and 2B. RGB value is (240,152,43). Sum of RGB (Red+Green+Blue) = 240+152+43=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0982B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0982B is #0F67D4. Grayscale: #A6A6A6. Windows color (decimal): -1009621 or 2857200. OLE color: 2857200.

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

Color convert

RGB 240 152 43 -
CMYK 0 0.37 0.82 0.06
HSL 33.2º 0.87% 0.55% -
HSV(B) 33.2º 0.82% 0.94% -
XYZ 47.6 41.16 7.72 -
YUV 165.89 58.65 180.86 -
System Red Green Blue C M Y K H S L
Decimal 240 152 43 0 0.37 0.82 0.06 33.2 0.87 0.55
Hex F0 98 2B 0 25 52 6 21 57 37
Octal 360 230 53 0 45 122 6 41 127 67
Binary 11110000 10011000 101011 0 100101 1010010 110 100001 1010111 110111

Color Harmonies of #F0982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0982B

Black with #F0982B

Text Example


Text Example

White with #F0982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0982B; }

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

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

background-color css

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

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

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

border-color css

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

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

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