Html Css Color HEX #F27F27 Carrot Orange

📋 copy color: '#F27F27'

red 242 ◦ green 127 ◦ blue 39

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

Shades of Carrot Orange #F27F27

Tints of Carrot Orange #F27F27

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

 BLUE value IS 39 (15.63% from 255) = 9.56%

R = 59.31%
G = 31.13%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F27F27 (or 0xF27F27) is known color: Carrot Orange. HEX triplet: F2, 7F and 27. RGB value is (242,127,39). Sum of RGB (Red+Green+Blue) = 242+127+39=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27F27 is #0D80D8. Grayscale: #979797. Windows color (decimal): -884953 or 2588658. OLE color: 2588658.

HSL color Cylindrical-coordinate representation of color #F27F27: hue angle of 26.01º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F27F27 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 127 39 -
CMYK 0 0.48 0.84 0.05
HSL 26.01º 0.89% 0.55% -
HSV(B) 26.01º 0.84% 0.95% -
XYZ 44.57 34.2 6.17 -
YUV 151.35 64.6 192.66 -
System Red Green Blue C M Y K H S L
Decimal 242 127 39 0 0.48 0.84 0.05 26.01 0.89 0.55
Hex F2 7F 27 0 30 54 5 1A 59 37
Octal 362 177 47 0 60 124 5 32 131 67
Binary 11110010 1111111 100111 0 110000 1010100 101 11010 1011001 110111

Color Harmonies of #F27F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F27

Black with #F27F27

Text Example


Text Example

White with #F27F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F27; }

 p { color: rgb(242,127,39); }

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

background-color css

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

 a { background-color: rgb(242,127,39); }

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

border-color css

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

 span { border-color: rgb(242,127,39); }

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