Html Css Color HEX #F27F26 Carrot Orange

📋 copy color: '#F27F26'

red 242 ◦ green 127 ◦ blue 38

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

Shades of Carrot Orange #F27F26

Tints of Carrot Orange #F27F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.34%

R = 59.46%
G = 31.2%
B = 9.34%

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

#F27F26 (or 0xF27F26) is known color: Carrot Orange. HEX triplet: F2, 7F and 26. RGB value is (242,127,38). Sum of RGB (Red+Green+Blue) = 242+127+38=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27F26 is #0D80D9. Grayscale: #979797. Windows color (decimal): -884954 or 2523122. OLE color: 2523122.

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

Color convert

RGB 242 127 38 -
CMYK 0 0.48 0.84 0.05
HSL 26.18º 0.89% 0.55% -
HSV(B) 26.18º 0.84% 0.95% -
XYZ 44.56 34.2 6.09 -
YUV 151.24 64.1 192.74 -
System Red Green Blue C M Y K H S L
Decimal 242 127 38 0 0.48 0.84 0.05 26.18 0.89 0.55
Hex F2 7F 26 0 30 54 5 1A 59 37
Octal 362 177 46 0 60 124 5 32 131 67
Binary 11110010 1111111 100110 0 110000 1010100 101 11010 1011001 110111

Color Harmonies of #F27F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F26

Black with #F27F26

Text Example


Text Example

White with #F27F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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