Html Css Color HEX #F2961B Carrot Orange

📋 copy color: '#F2961B'

red 242 ◦ green 150 ◦ blue 27

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

Shades of Carrot Orange #F2961B

Tints of Carrot Orange #F2961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.8%

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

R = 57.76%
G = 35.8%
B = 6.44%

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

#F2961B (or 0xF2961B) is known color: Carrot Orange. HEX triplet: F2, 96 and 1B. RGB value is (242,150,27). Sum of RGB (Red+Green+Blue) = 242+150+27=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2961B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2961B is #0D69E4. Grayscale: #A4A4A4. Windows color (decimal): -879077 or 1808114. OLE color: 1808114.

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

Color convert

RGB 242 150 27 -
CMYK 0 0.38 0.89 0.05
HSL 34.33º 0.89% 0.53% -
HSV(B) 34.33º 0.89% 0.95% -
XYZ 47.72 40.77 6.39 -
YUV 163.49 50.98 184 -
System Red Green Blue C M Y K H S L
Decimal 242 150 27 0 0.38 0.89 0.05 34.33 0.89 0.53
Hex F2 96 1B 0 26 59 5 22 59 35
Octal 362 226 33 0 46 131 5 42 131 65
Binary 11110010 10010110 11011 0 100110 1011001 101 100010 1011001 110101

Color Harmonies of #F2961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2961B

Black with #F2961B

Text Example


Text Example

White with #F2961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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