Html Css Color HEX #F2982A Carrot Orange

📋 copy color: '#F2982A'

red 242 ◦ green 152 ◦ blue 42

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

Shades of Carrot Orange #F2982A

Tints of Carrot Orange #F2982A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.63%

R = 55.5%
G = 34.86%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2982A (or 0xF2982A) is known color: Carrot Orange. HEX triplet: F2, 98 and 2A. RGB value is (242,152,42). Sum of RGB (Red+Green+Blue) = 242+152+42=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2982A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2982A is #0D67D5. Grayscale: #A6A6A6. Windows color (decimal): -878550 or 2791666. OLE color: 2791666.

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

Color convert

RGB 242 152 42 -
CMYK 0 0.37 0.83 0.05
HSL 33º 0.88% 0.56% -
HSV(B) 33º 0.83% 0.95% -
XYZ 48.26 41.5 7.66 -
YUV 166.37 57.82 181.94 -
System Red Green Blue C M Y K H S L
Decimal 242 152 42 0 0.37 0.83 0.05 33 0.88 0.56
Hex F2 98 2A 0 25 53 5 21 58 38
Octal 362 230 52 0 45 123 5 41 130 70
Binary 11110010 10011000 101010 0 100101 1010011 101 100001 1011000 111000

Color Harmonies of #F2982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2982A

Black with #F2982A

Text Example


Text Example

White with #F2982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2982A; }

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

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

background-color css

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

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

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

border-color css

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

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

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