Html Css Color HEX #F2861B Carrot Orange

📋 copy color: '#F2861B'

red 242 ◦ green 134 ◦ blue 27

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

Shades of Carrot Orange #F2861B

Tints of Carrot Orange #F2861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.25%

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

R = 60.05%
G = 33.25%
B = 6.7%

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

#F2861B (or 0xF2861B) is known color: Carrot Orange. HEX triplet: F2, 86 and 1B. RGB value is (242,134,27). Sum of RGB (Red+Green+Blue) = 242+134+27=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2861B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2861B is #0D79E4. Grayscale: #9A9A9A. Windows color (decimal): -883173 or 1804018. OLE color: 1804018.

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

Color convert

RGB 242 134 27 -
CMYK 0 0.45 0.89 0.05
HSL 29.86º 0.89% 0.53% -
HSV(B) 29.86º 0.89% 0.95% -
XYZ 45.34 36.01 5.6 -
YUV 154.09 56.28 190.7 -
System Red Green Blue C M Y K H S L
Decimal 242 134 27 0 0.45 0.89 0.05 29.86 0.89 0.53
Hex F2 86 1B 0 2D 59 5 1E 59 35
Octal 362 206 33 0 55 131 5 36 131 65
Binary 11110010 10000110 11011 0 101101 1011001 101 11110 1011001 110101

Color Harmonies of #F2861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2861B

Black with #F2861B

Text Example


Text Example

White with #F2861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2861B; }

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

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

background-color css

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

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

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

border-color css

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

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

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