Html Css Color HEX #FFCE30 Sunglow

📋 copy color: '#FFCE30'

red 255 ◦ green 206 ◦ blue 48

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

Shades of Sunglow #FFCE30

Tints of Sunglow #FFCE30

RGB

 RED value IS 255 (100% from 255) = 50.1%

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 48 (19.14% from 255) = 9.43%

R = 50.1%
G = 40.47%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFCE30 (or 0xFFCE30) is known color: Sunglow. HEX triplet: FF, CE and 30. RGB value is (255,206,48). Sum of RGB (Red+Green+Blue) = 255+206+48=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE30 is #0031CF. Grayscale: #CBCBCB. Windows color (decimal): -12752 or 3198719. OLE color: 3198719.

HSL color Cylindrical-coordinate representation of color #FFCE30: hue angle of 45.8º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFCE30 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 48 -
CMYK 0 0.19 0.81 0
HSL 45.8º 1% 0.59% -
HSV(B) 45.8º 0.81% 1% -
XYZ 63.84 65.62 12.1 -
YUV 202.64 40.73 165.35 -
System Red Green Blue C M Y K H S L
Decimal 255 206 48 0 0.19 0.81 0 45.8 1 0.59
Hex FF CE 30 0 13 51 0 2E 64 3B
Octal 377 316 60 0 23 121 0 56 144 73
Binary 11111111 11001110 110000 0 10011 1010001 0 101110 1100100 111011

Color Harmonies of #FFCE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE30

Black with #FFCE30

Text Example


Text Example

White with #FFCE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE30; }

 p { color: rgb(255,206,48); }

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

background-color css

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

 a { background-color: rgb(255,206,48); }

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

border-color css

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

 span { border-color: rgb(255,206,48); }

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