Html Css Color HEX #F2971D Carrot Orange

📋 copy color: '#F2971D'

red 242 ◦ green 151 ◦ blue 29

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

Shades of Carrot Orange #F2971D

Tints of Carrot Orange #F2971D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.78%

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

R = 57.35%
G = 35.78%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2971D (or 0xF2971D) is known color: Carrot Orange. HEX triplet: F2, 97 and 1D. RGB value is (242,151,29). Sum of RGB (Red+Green+Blue) = 242+151+29=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2971D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2971D is #0D68E2. Grayscale: #A4A4A4. Windows color (decimal): -878819 or 1939442. OLE color: 1939442.

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

Color convert

RGB 242 151 29 -
CMYK 0 0.38 0.88 0.05
HSL 34.37º 0.89% 0.53% -
HSV(B) 34.37º 0.88% 0.95% -
XYZ 47.91 41.1 6.57 -
YUV 164.3 51.65 183.42 -
System Red Green Blue C M Y K H S L
Decimal 242 151 29 0 0.38 0.88 0.05 34.37 0.89 0.53
Hex F2 97 1D 0 26 58 5 22 59 35
Octal 362 227 35 0 46 130 5 42 131 65
Binary 11110010 10010111 11101 0 100110 1011000 101 100010 1011001 110101

Color Harmonies of #F2971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2971D

Black with #F2971D

Text Example


Text Example

White with #F2971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2971D; }

 p { color: rgb(242,151,29); }

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

background-color css

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

 a { background-color: rgb(242,151,29); }

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

border-color css

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

 span { border-color: rgb(242,151,29); }

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