Html Css Color HEX #F2851B Carrot Orange

📋 copy color: '#F2851B'

red 242 ◦ green 133 ◦ blue 27

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

Shades of Carrot Orange #F2851B

Tints of Carrot Orange #F2851B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.08%

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

R = 60.2%
G = 33.08%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2851B (or 0xF2851B) is known color: Carrot Orange. HEX triplet: F2, 85 and 1B. RGB value is (242,133,27). Sum of RGB (Red+Green+Blue) = 242+133+27=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2851B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2851B is #0D7AE4. Grayscale: #9A9A9A. Windows color (decimal): -883429 or 1803762. OLE color: 1803762.

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

Color convert

RGB 242 133 27 -
CMYK 0 0.45 0.89 0.05
HSL 29.58º 0.89% 0.53% -
HSV(B) 29.58º 0.89% 0.95% -
XYZ 45.2 35.73 5.55 -
YUV 153.51 56.61 191.12 -
System Red Green Blue C M Y K H S L
Decimal 242 133 27 0 0.45 0.89 0.05 29.58 0.89 0.53
Hex F2 85 1B 0 2D 59 5 1E 59 35
Octal 362 205 33 0 55 131 5 36 131 65
Binary 11110010 10000101 11011 0 101101 1011001 101 11110 1011001 110101

Color Harmonies of #F2851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2851B

Black with #F2851B

Text Example


Text Example

White with #F2851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2851B; }

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

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

background-color css

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

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

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

border-color css

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

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

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