Html Css Color HEX #FFC35B Golden Tainoi

📋 copy color: '#FFC35B'

red 255 ◦ green 195 ◦ blue 91

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

Shades of Golden Tainoi #FFC35B

Tints of Golden Tainoi #FFC35B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.04%

 BLUE value IS 91 (35.94% from 255) = 16.82%

R = 47.13%
G = 36.04%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFC35B (or 0xFFC35B) is known color: Golden Tainoi. HEX triplet: FF, C3 and 5B. RGB value is (255,195,91). Sum of RGB (Red+Green+Blue) = 255+195+91=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC35B is #003CA4. Grayscale: #C9C9C9. Windows color (decimal): -15525 or 6013951. OLE color: 6013951.

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

Color convert

RGB 255 195 91 -
CMYK 0 0.24 0.64 0
HSL 38.05º 1% 0.68% -
HSV(B) 38.05º 0.64% 1% -
XYZ 62.64 61.05 18.38 -
YUV 201.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 255 195 91 0 0.24 0.64 0 38.05 1 0.68
Hex FF C3 5B 0 18 40 0 26 64 44
Octal 377 303 133 0 30 100 0 46 144 104
Binary 11111111 11000011 1011011 0 11000 1000000 0 100110 1100100 1000100

Color Harmonies of #FFC35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC35B

Black with #FFC35B

Text Example


Text Example

White with #FFC35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC35B; }

 p { color: rgb(255,195,91); }

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

background-color css

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

 a { background-color: rgb(255,195,91); }

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

border-color css

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

 span { border-color: rgb(255,195,91); }

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