Html Css Color HEX #F2971B Carrot Orange

📋 copy color: '#F2971B'

red 242 ◦ green 151 ◦ blue 27

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

Shades of Carrot Orange #F2971B

Tints of Carrot Orange #F2971B

RGB

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

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

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

R = 57.62%
G = 35.95%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2971B (or 0xF2971B) is known color: Carrot Orange. HEX triplet: F2, 97 and 1B. RGB value is (242,151,27). Sum of RGB (Red+Green+Blue) = 242+151+27=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2971B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2971B is #0D68E4. Grayscale: #A4A4A4. Windows color (decimal): -878821 or 1808370. OLE color: 1808370.

HSL color Cylindrical-coordinate representation of color #F2971B: hue angle of 34.6º 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 #F2971B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 151 27 -
CMYK 0 0.38 0.89 0.05
HSL 34.6º 0.89% 0.53% -
HSV(B) 34.6º 0.89% 0.95% -
XYZ 47.88 41.09 6.44 -
YUV 164.07 50.65 183.58 -
System Red Green Blue C M Y K H S L
Decimal 242 151 27 0 0.38 0.89 0.05 34.6 0.89 0.53
Hex F2 97 1B 0 26 59 5 23 59 35
Octal 362 227 33 0 46 131 5 43 131 65
Binary 11110010 10010111 11011 0 100110 1011001 101 100011 1011001 110101

Color Harmonies of #F2971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2971B

Black with #F2971B

Text Example


Text Example

White with #F2971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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