Html Css Color HEX #F2921B Carrot Orange

📋 copy color: '#F2921B'

red 242 ◦ green 146 ◦ blue 27

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

Shades of Carrot Orange #F2921B

Tints of Carrot Orange #F2921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.18%

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

R = 58.31%
G = 35.18%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2921B (or 0xF2921B) is known color: Carrot Orange. HEX triplet: F2, 92 and 1B. RGB value is (242,146,27). Sum of RGB (Red+Green+Blue) = 242+146+27=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2921B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2921B is #0D6DE4. Grayscale: #A1A1A1. Windows color (decimal): -880101 or 1807090. OLE color: 1807090.

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

Color convert

RGB 242 146 27 -
CMYK 0 0.40 0.89 0.05
HSL 33.21º 0.89% 0.53% -
HSV(B) 33.21º 0.89% 0.95% -
XYZ 47.09 39.51 6.18 -
YUV 161.14 52.3 185.68 -
System Red Green Blue C M Y K H S L
Decimal 242 146 27 0 0.40 0.89 0.05 33.21 0.89 0.53
Hex F2 92 1B 0 28 59 5 21 59 35
Octal 362 222 33 0 50 131 5 41 131 65
Binary 11110010 10010010 11011 0 101000 1011001 101 100001 1011001 110101

Color Harmonies of #F2921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2921B

Black with #F2921B

Text Example


Text Example

White with #F2921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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