Html Css Color HEX #FCB241 Yellow Orange

📋 copy color: '#FCB241'

red 252 ◦ green 178 ◦ blue 65

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

Shades of Yellow Orange #FCB241

Tints of Yellow Orange #FCB241

RGB

 RED value IS 252 (98.83% from 255) = 50.91%

 GREEN value IS 178 (69.92% from 255) = 35.96%

 BLUE value IS 65 (25.78% from 255) = 13.13%

R = 50.91%
G = 35.96%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCB241 (or 0xFCB241) is known color: Yellow Orange. HEX triplet: FC, B2 and 41. RGB value is (252,178,65). Sum of RGB (Red+Green+Blue) = 252+178+65=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB241 is #034DBE. Grayscale: #BBBBBB. Windows color (decimal): -216511 or 4305660. OLE color: 4305660.

HSL color Cylindrical-coordinate representation of color #FCB241: hue angle of 36.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCB241 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 178 65 -
CMYK 0 0.29 0.74 0.01
HSL 36.26º 0.97% 0.62% -
HSV(B) 36.26º 0.74% 0.99% -
XYZ 57.02 52.92 12.21 -
YUV 187.24 59.02 174.19 -
System Red Green Blue C M Y K H S L
Decimal 252 178 65 0 0.29 0.74 0.01 36.26 0.97 0.62
Hex FC B2 41 0 1D 4A 1 24 61 3E
Octal 374 262 101 0 35 112 1 44 141 76
Binary 11111100 10110010 1000001 0 11101 1001010 1 100100 1100001 111110

Color Harmonies of #FCB241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB241

Black with #FCB241

Text Example


Text Example

White with #FCB241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB241; }

 p { color: rgb(252,178,65); }

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

background-color css

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

 a { background-color: rgb(252,178,65); }

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

border-color css

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

 span { border-color: rgb(252,178,65); }

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