Html Css Color HEX #F69521 Carrot Orange

📋 copy color: '#F69521'

red 246 ◦ green 149 ◦ blue 33

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

Shades of Carrot Orange #F69521

Tints of Carrot Orange #F69521

RGB

 RED value IS 246 (96.48% from 255) = 57.48%

 GREEN value IS 149 (58.59% from 255) = 34.81%

 BLUE value IS 33 (13.28% from 255) = 7.71%

R = 57.48%
G = 34.81%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F69521 (or 0xF69521) is known color: Carrot Orange. HEX triplet: F6, 95 and 21. RGB value is (246,149,33). Sum of RGB (Red+Green+Blue) = 246+149+33=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F69521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69521 is #096ADE. Grayscale: #A5A5A5. Windows color (decimal): -617183 or 2201078. OLE color: 2201078.

HSL color Cylindrical-coordinate representation of color #F69521: hue angle of 32.68º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F69521 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 149 33 -
CMYK 0 0.39 0.87 0.04
HSL 32.68º 0.92% 0.55% -
HSV(B) 32.68º 0.87% 0.96% -
XYZ 49.03 41.2 6.81 -
YUV 164.78 53.64 185.93 -
System Red Green Blue C M Y K H S L
Decimal 246 149 33 0 0.39 0.87 0.04 32.68 0.92 0.55
Hex F6 95 21 0 27 57 4 21 5C 37
Octal 366 225 41 0 47 127 4 41 134 67
Binary 11110110 10010101 100001 0 100111 1010111 100 100001 1011100 110111

Color Harmonies of #F69521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69521

Black with #F69521

Text Example


Text Example

White with #F69521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69521; }

 p { color: rgb(246,149,33); }

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

background-color css

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

 a { background-color: rgb(246,149,33); }

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

border-color css

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

 span { border-color: rgb(246,149,33); }

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