Html Css Color HEX #F48A16 Carrot Orange

📋 copy color: '#F48A16'

red 244 ◦ green 138 ◦ blue 22

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

Shades of Carrot Orange #F48A16

Tints of Carrot Orange #F48A16

RGB

 RED value IS 244 (95.7% from 255) = 60.4%

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 22 (8.98% from 255) = 5.45%

R = 60.4%
G = 34.16%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F48A16 (or 0xF48A16) is known color: Carrot Orange. HEX triplet: F4, 8A and 16. RGB value is (244,138,22). Sum of RGB (Red+Green+Blue) = 244+138+22=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48A16 is #0B75E9. Grayscale: #9D9D9D. Windows color (decimal): -751082 or 1477364. OLE color: 1477364.

HSL color Cylindrical-coordinate representation of color #F48A16: hue angle of 31.35º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F48A16 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 138 22 -
CMYK 0 0.43 0.91 0.04
HSL 31.35º 0.91% 0.52% -
HSV(B) 31.35º 0.91% 0.96% -
XYZ 46.54 37.47 5.54 -
YUV 156.47 52.12 190.43 -
System Red Green Blue C M Y K H S L
Decimal 244 138 22 0 0.43 0.91 0.04 31.35 0.91 0.52
Hex F4 8A 16 0 2B 5B 4 1F 5B 34
Octal 364 212 26 0 53 133 4 37 133 64
Binary 11110100 10001010 10110 0 101011 1011011 100 11111 1011011 110100

Color Harmonies of #F48A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48A16

Black with #F48A16

Text Example


Text Example

White with #F48A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48A16; }

 p { color: rgb(244,138,22); }

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

background-color css

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

 a { background-color: rgb(244,138,22); }

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

border-color css

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

 span { border-color: rgb(244,138,22); }

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