Html Css Color HEX #F2851A Carrot Orange

📋 copy color: '#F2851A'

red 242 ◦ green 133 ◦ blue 26

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

Shades of Carrot Orange #F2851A

Tints of Carrot Orange #F2851A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.48%

R = 60.35%
G = 33.17%
B = 6.48%

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

#F2851A (or 0xF2851A) is known color: Carrot Orange. HEX triplet: F2, 85 and 1A. RGB value is (242,133,26). Sum of RGB (Red+Green+Blue) = 242+133+26=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2851A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2851A is #0D7AE5. Grayscale: #999999. Windows color (decimal): -883430 or 1738226. OLE color: 1738226.

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

Color convert

RGB 242 133 26 -
CMYK 0 0.45 0.89 0.05
HSL 29.72º 0.89% 0.53% -
HSV(B) 29.72º 0.89% 0.95% -
XYZ 45.19 35.73 5.49 -
YUV 153.39 56.11 191.2 -
System Red Green Blue C M Y K H S L
Decimal 242 133 26 0 0.45 0.89 0.05 29.72 0.89 0.53
Hex F2 85 1A 0 2D 59 5 1E 59 35
Octal 362 205 32 0 55 131 5 36 131 65
Binary 11110010 10000101 11010 0 101101 1011001 101 11110 1011001 110101

Color Harmonies of #F2851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2851A

Black with #F2851A

Text Example


Text Example

White with #F2851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2851A; }

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

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

background-color css

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

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

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

border-color css

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

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

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