Html Css Color HEX #FCB23F Yellow Orange

📋 copy color: '#FCB23F'

red 252 ◦ green 178 ◦ blue 63

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

Shades of Yellow Orange #FCB23F

Tints of Yellow Orange #FCB23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.78%

R = 51.12%
G = 36.11%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCB23F (or 0xFCB23F) is known color: Yellow Orange. HEX triplet: FC, B2 and 3F. RGB value is (252,178,63). Sum of RGB (Red+Green+Blue) = 252+178+63=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB23F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB23F is #034DC0. Grayscale: #BBBBBB. Windows color (decimal): -216513 or 4174588. OLE color: 4174588.

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

Color convert

RGB 252 178 63 -
CMYK 0 0.29 0.75 0.01
HSL 36.51º 0.97% 0.62% -
HSV(B) 36.51º 0.75% 0.99% -
XYZ 56.96 52.9 11.91 -
YUV 187.02 58.02 174.35 -
System Red Green Blue C M Y K H S L
Decimal 252 178 63 0 0.29 0.75 0.01 36.51 0.97 0.62
Hex FC B2 3F 0 1D 4B 1 25 61 3E
Octal 374 262 77 0 35 113 1 45 141 76
Binary 11111100 10110010 111111 0 11101 1001011 1 100101 1100001 111110

Color Harmonies of #FCB23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB23F

Black with #FCB23F

Text Example


Text Example

White with #FCB23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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