Html Css Color HEX #F2981B Carrot Orange

📋 copy color: '#F2981B'

red 242 ◦ green 152 ◦ blue 27

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

Shades of Carrot Orange #F2981B

Tints of Carrot Orange #F2981B

RGB

 RED value IS 242 (94.92% from 255) = 57.48%

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

 BLUE value IS 27 (10.94% from 255) = 6.41%

R = 57.48%
G = 36.1%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2981B (or 0xF2981B) is known color: Carrot Orange. HEX triplet: F2, 98 and 1B. RGB value is (242,152,27). Sum of RGB (Red+Green+Blue) = 242+152+27=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2981B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2981B is #0D67E4. Grayscale: #A5A5A5. Windows color (decimal): -878565 or 1808626. OLE color: 1808626.

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

Color convert

RGB 242 152 27 -
CMYK 0 0.37 0.89 0.05
HSL 34.88º 0.89% 0.53% -
HSV(B) 34.88º 0.89% 0.95% -
XYZ 48.04 41.41 6.5 -
YUV 164.66 50.32 183.16 -
System Red Green Blue C M Y K H S L
Decimal 242 152 27 0 0.37 0.89 0.05 34.88 0.89 0.53
Hex F2 98 1B 0 25 59 5 23 59 35
Octal 362 230 33 0 45 131 5 43 131 65
Binary 11110010 10011000 11011 0 100101 1011001 101 100011 1011001 110101

Color Harmonies of #F2981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2981B

Black with #F2981B

Text Example


Text Example

White with #F2981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2981B; }

 p { color: rgb(242,152,27); }

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

background-color css

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

 a { background-color: rgb(242,152,27); }

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

border-color css

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

 span { border-color: rgb(242,152,27); }

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